Ruby Slim
Ruby Slim syntax for Sublime Text
Details
Installs
- Total 70K
- Win 11K
- Mac 40K
- Linux 20K
Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
Mac | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 2 | 3 | 0 | 0 | 1 | 0 | 0 | 1 | 2 | 0 | 2 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 3 | 2 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 |
Linux | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 4 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
Ruby Slim
Ruby Slim Template Language syntax definitions and snippets for Sublime Text.
Installation
Package Control
The easiest way to install is using Package Control. It's listed as Ruby Slim
.
- Open
Command Palette
using ctrl+shift+P or menu itemTools → Command Palette...
- Choose
Package Control: Install Package
- Find
Ruby Slim
and hit Enter
Manual Install
You can clone this repository into your Sublime Text/Packages
Note
To find Packages folder call Menu > Preferences > Browse Packages…
Mac OS
cd ~/Library/Application\ Support/Sublime\ Text/Packages/
git clone https://github.com/SublimeText/Slim.git "Ruby Slim"
Linux
cd ~/.config/sublime-text/Packages
git clone https://github.com/SublimeText/Slim.git "Ruby Slim"
Windows
cd "%APPDATA%\Sublime Text\Packages"
git clone https://github.com/SublimeText/Slim.git "Ruby Slim"
Requirements
- Ruby Slim 2.0.0 requires Sublime Text 4107+
Syntax highlighting in filters tags is powered by 3rd-party packages
Old TextMate compatible ruby-slim.tmbundle is installed on Sublime Text 2 and 3. It is however no longer actively maintained.